home *** CD-ROM | disk | FTP | other *** search
- //-----------------------------------------------------------
- //-- Landmarks ----------------------------------------------
- //-----------------------------------------------------------
- // Format <Integer> Id <String> name <String> Description
-
- 7 // Number of landmarks
-
- 0 "Front Door" "The main doors are barricaded. No entry."
- 1 "Foyer" "Multiple balconies make this room a death trap."
- 2 "Balcony" "The trellises leading up to this balcony can be climbed."
- 3 "Fire Escape" "This fire escape provides an alternate entry to the second floor."
- 4 "Fire Escape" "This fire escape provides an alternate entry to the third floor."
- 5 "Insertion Zone" "Start your plans here."
- 6 "Extraction Zone" "Return all hostages to this area."
-
- //-----------------------------------------------------------
- //-- Terrorists ---------------------------------------------
- //-----------------------------------------------------------
- // Format <token> <Localized name> <description>
-
- 9 // Number of terrorists
- "Seeker1" "Terrorist" "Searching for the Ambassador."
- "StaffGuard" "Terrorist" "Resting in a back room."
- "StaffPatrol" "Terrorist" "Patrolling room."
- "FrontGuard" "Terrorist" "Guarding the front door."
- "BackGuard" "Terrorist" "Guarding the back door."
- "Patrol1A" "Terrorist" "Patrolling the first floor."
- "Patrol2A" "Terrorist" "Patrolling the second floor."
- "Patrol2B" "Terrorist" "Patrolling the second floor."
- "Patrol3A" "Terrorist" "Patrolling the third floor."
-
- //-----------------------------------------------------------
- //-- Hostages ---------------------------------------------
- //-----------------------------------------------------------
- // Format <token> <Localized name> <description>
-
- 1 // Number of hostages
- "Ambassador" "Ambassador" "Hiding nearby. If discovered by terrorists, he will be executed. Get to him quickly. "
-
-